-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Fix jedi upgrades causes deprecation warning #31323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Fix jedi upgrades causes deprecation warning #31323
Conversation
Assume the warning is raised in the Jedi code? Is there an issue open upstream - so hopefully this gets fixed? |
emm, will take a look at jedi and see if a new issue is needed there
Update: Update2: |
thanks @charlesdong1991 can you create an issue to see what we should do once a new jedi is released (e.g. revert this patch), but maybe we do nothing. |
…31341) Co-authored-by: Kaiqi Dong <[email protected]>
based on jedi explanation, I think Once ipython changes and no longer raises warning, i think we could revert the change then. @jreback |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff